home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-seriously_amiga-
/
shareware
/
gfxcard
/
cgxprefs
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1997-11-17
|
692b
|
33 lines
;
; Execute-Script to install CGXPrefs
; by T.Igracki@Jana.in-brb.de
;
; In future there should be an installer-script but for now this
; should be enough;-)
IF EXISTS C:RequestChoice
IF 0 EQ `c:RequestChoice "CGXPrefs" "Would you like to install CGXPrefs?" "Yes" "No"`
Echo "Ok, you don't have to if you don't like to, but it would be wiser!"
QUIT
ENDIF
ENDIF
; start installation
FailAt 21
SET ECHO ON ; enable echo of commands
c:Copy CGXPrefs SYS:Prefs/
IF EXISTS Locale:catalogs/deutsch
c:Copy catalogs/deutsch/CGXPrefs.catalog Locale:catalogs/deutsch/
ENDIF
c:Copy s/CGXEnv.txt s:
c:Copy s/CGXToolTypes.txt s:
Run SYS:Prefs/CGXPrefs
tools/VPI Product-Info